hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IniBlock
hip
api
data
ini
Undocumented in source.
struct
IniBlock {
string
name
;
string
comment
;
IniVar
[
string
]
vars
;
string
toString
();
auto
opDispatch
();
}
Alias This
vars
Members
Functions
opDispatch
auto
opDispatch
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
comment
string
comment
;
Undocumented in source.
name
string
name
;
Undocumented in source.
vars
IniVar
[
string
]
vars
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
ini
interfaces
IHipIniFile
structs
IniBlock
IniVar